home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Misc / DMOEnum / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  895 b   |  18 lines

  1. DirectShow Sample -- DMOEnum
  2. ----------------------------
  3.  
  4. This sample demonstrates the use of the DMOEnum, IEnumDMO, and IMediaObject 
  5. interfaces to enumerate and read information about DirectX Media Objects 
  6. installed on your system.  You may view all DMOs or only those that are not 
  7. keyed by checking the "Include Keyed DMOs?" checkbox.
  8.  
  9. When you select a DMO category, DMOEnum will enumerate all installed DMOs
  10. that relate to the selected category.  When you select a DMO in the list, 
  11. its server filename will be displayed.  The media types and subtypes supported
  12. by the DMO will be displayed in listboxes, and the DMO's preferred input/output
  13. media type, subtype, and media format will be displayed on the right.  The 
  14. input/output check boxes will also display stream information flags available
  15. through IMediaObject::GetInputStreamInfo() (and GetOutputStreamInfo()).
  16.  
  17.  
  18.